home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / honor110.zip / FHDATA.EXE / DOCS / RESOURCE.DOC < prev    next >
Text File  |  1996-05-18  |  5KB  |  101 lines

  1. Falcon's Honor RESOURCE.DAT help file                   Last Updated: Recently
  2. ──────────────────────────────────────────────────────────────────────────────
  3. What is RESOURCE.DAT?  RESOURCE.DAT is a file which can be used in replacement
  4. of many of the standard command line parameters, as well as for extended
  5. features.  Command Line parameters will override any RESOURCE.DAT settings.
  6.  
  7. Note:  The RESOURCE.DAT file should be in your main FH directory.
  8.  
  9. The Format of the RESOURCE.DAT file is:
  10. item setting
  11. item setting
  12. ...
  13.  
  14. Where item refers to the config option such as "LockedBaud" and setting
  15. refers to the parameter such as "19200".  If any strings with multiple
  16. words are used, they must be enclosed in double quotes("hello all").  Valid
  17. Boolean Values include:
  18. FALSE        TRUE
  19. OFF          ON
  20. 0            1
  21. F            T
  22. NO           YES
  23.  
  24. Any of these may be used for any boolean flags on parameters.
  25.  
  26. Comments in the file are used by including a ; at the beginning of the line.
  27. ; This line is a comment.
  28.  
  29. ────────────────────────────────────────────────────────────────────────────
  30. BIOS : Boolean                  DEFAULT: FALSE
  31.   If you're having problems with multitasking due to screen bleeding or
  32.   other problems, turn this option to true.
  33. ────────────────────────────────────────────────────────────────────────────
  34.  
  35. ────────────────────────────────────────────────────────────────────────────
  36. VGA : Boolean                  DEFAULT: TRUE
  37.   The VGA Option, when set to true, will adjust the colors on your
  38.   monitor if you have a VGA to be a little nicer looking.  If Falcon's Eye
  39.   detects DESQview running, this option will automatically disable.
  40. ────────────────────────────────────────────────────────────────────────────
  41.  
  42. ────────────────────────────────────────────────────────────────────────────
  43. LockedBaud : Number             DEFAULT: 0
  44.   If you use a Locked Baud rate, set this value to the locked baud rate;
  45.   otherwise, this option is unnecessary.  Value of 0 is also treated as no
  46.   locked baud rate.
  47. ────────────────────────────────────────────────────────────────────────────
  48.  
  49. ───────────────────────────────────────────────────────────────────────────
  50. Fossil : Boolean               DEFAULT: FALSE
  51.   The Fossil option allows you to enable the fossil driver com routines.
  52.   FH will default to use its own internal com routines, unless the FOSSIL
  53.   option is set to true.  The installer should have asked you this
  54.   question and already inserted a value into the RESOURCE.DAT file.
  55. ───────────────────────────────────────────────────────────────────────────
  56.  
  57. ────────────────────────────────────────────────────────────────────────────
  58. Local : Boolean                 DEFAULT: FALSE
  59.   If you wish to force local play at all times, set this to TRUE.
  60. ────────────────────────────────────────────────────────────────────────────
  61.  
  62. ────────────────────────────────────────────────────────────────────────────
  63. Multitasker : String            DEFAULT: "DETECT"
  64.   This option will allow you to override the default FH multitasking
  65.   setting.  By default, FH will automatically attempt to figure out what
  66.   multitasking program you are running.  The following options will
  67.   set FH to use timeslicing for the given multitaskers:
  68.     "NONE"       ─ No Multitasker
  69.     "OS2"        ─ For OS/2
  70.     "WINDOWS"    ─ For Windows
  71.     "DESQVIEW"   ─ For DESQview
  72. ────────────────────────────────────────────────────────────────────────────
  73.  
  74. ────────────────────────────────────────────────────────────────────────────
  75. ComN : Comport Description      DEFAULT: none
  76.         You can set COM1 ─ COM8's parameters (base address and IRQ level) with
  77.         these resources.  For example,
  78.                 Com5          $3E8,5
  79.         would set up COM5 to run on IRQ 5 at base address hex 3E8.  Be sure
  80.         not to put a space before or after the comma.
  81. ────────────────────────────────────────────────────────────────────────────
  82.  
  83. ────────────────────────────────────────────────────────────────────────────
  84. GameName : String               DEFAULT: "Falcon's Honor"
  85.   This can be used to change the title of the game on the status bar.  This
  86.   is useful if you are running multiple games and would like to know which
  87.   one the user is currently in.
  88. ────────────────────────────────────────────────────────────────────────────
  89.  
  90. Sample RESOURCE.DAT File (with Default Settings)
  91. ────────────────────────────CUT HERE───────────────────────────────────────
  92. BIOS                False
  93. VGA                 True
  94. LockedBaud          0
  95. Fossil              False
  96. Local               False
  97. Multitasker         "Detect"
  98. GameName            "Falcon's Honor"
  99. ────────────────────────────CUT HERE───────────────────────────────────────
  100.  
  101.